rns.moscow 🟥 [git]
Commit 9eb32d000bbfd15504b7a0b5ff6086355a250fbc
Parents : a75930e
Author : Nickie Deuxyeux <nikolay@dvoeglazov.ru>
Date : 2026-07-09T16:54:43+03:00
Fix missing space between log timestamp and device name
Changes
Diff
diff --git a/htdocs/stats/index.html b/htdocs/stats/index.html
index 10415b5..c055064 100644
--- a/htdocs/stats/index.html
+++ b/htdocs/stats/index.html
@@ -97,6 +97,7 @@
flex-shrink: 0;
white-space: pre;
font-variant-numeric: tabular-nums;
+ margin-right: 10px;
}
.log-note { padding: 8px 16px; font-size: 0.68rem; color: var(--text-muted); font-style: italic; border-top: 1px solid var(--border); }
</style>
Served by rngit 1.5.0 - Generated in 0.01s